Code
install.packages("remotes")
::install_github("rstudio/shinyuieditor")
remotes::install_github("rstudio/shinyuieditor") devtools
Tony Duan
February 27, 2024
install shinyuieditor
Launch shinyuieditor
real time create shiny R code(left) when making change on shinyuieditor(right)
https://github.com/rstudio/shinyuieditor
https://www.youtube.com/watch?v=gYPnLiudtGU
---
title: "[shinyuieditor] shiny making interface"
author: "Tony Duan"
date: "2024-02-27"
categories: [R,shiny]
image : "images/0.jpg"
execute:
warning: false
error: false
format:
html:
toc: true
toc-location: left
code-fold: show
code-tools: true
number-sections: true
code-block-bg: true
code-block-border-left: "#31BAE9"
---
{width="800"}
install shinyuieditor
```{r}
#| eval: FALSE
install.packages("remotes")
remotes::install_github("rstudio/shinyuieditor")
devtools::install_github("rstudio/shinyuieditor")
```
Launch shinyuieditor
```{r}
#| eval: FALSE
shinyuieditor::launch_editor(app_loc = "new-app/")
```
real time create shiny R code(left) when making change on shinyuieditor(right)
{width="800"}
# reference
https://github.com/rstudio/shinyuieditor
https://rstudio.github.io/shinyuieditor/
https://www.youtube.com/watch?v=gYPnLiudtGU